projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4450f64
)
gdkseat: Make gdk_seat_get_tools() public
author
Kjell Ahlstedt
<kjellahlstedt@gmail.com>
Thu, 8 Oct 2020 14:22:05 +0000
(16:22 +0200)
committer
Kjell Ahlstedt
<kjellahlstedt@gmail.com>
Thu, 8 Oct 2020 14:22:05 +0000
(16:22 +0200)
Fixes #3241
gdk/gdkseat.h
patch
|
blob
|
history
diff --git
a/gdk/gdkseat.h
b/gdk/gdkseat.h
index 4924067bd0180eb7f16894a22964b1fa6ed066c6..97739dc6f5e9ef95c245c4f003183f0a5e40823d 100644
(file)
--- a/
gdk/gdkseat.h
+++ b/
gdk/gdkseat.h
@@
-78,6
+78,7
@@
GDK_AVAILABLE_IN_ALL
GList * gdk_seat_get_devices (GdkSeat *seat,
GdkSeatCapabilities capabilities);
+GDK_AVAILABLE_IN_ALL
GList * gdk_seat_get_tools (GdkSeat *seat);
GDK_AVAILABLE_IN_ALL